projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e71609
)
(vc-do-command): Bind win32-quote-process-args.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Jul 1996 21:22:34 +0000
(21:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Jul 1996 21:22:34 +0000
(21:22 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index ede3b3a4ad2a084f6c78e8ceadc28c2a2f883fa1..ab1519e82bbcd67faf503951453915ae1ac4142e 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-420,7
+420,8
@@
to an optional list of FLAGS."
(cons (concat "PATH=" (getenv "PATH")
path-separator
(mapconcat 'identity vc-path path-separator))
- process-environment)))
+ process-environment))
+ (win32-quote-process-args t))
(setq status (apply 'call-process command nil t nil squeezed)))
(goto-char (point-max))
(set-buffer-modified-p nil)